home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / include / Makefile < prev   
Encoding:
Makefile  |  2002-10-27  |  8.5 KB  |  299 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/libogg
  38. pkglibdir = $(libdir)/libogg
  39. pkgincludedir = $(includedir)/libogg
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = m68k-unknown-amigaos
  61. host_triplet = m68k-unknown-amigaos
  62. AS = @AS@
  63. CC = gcc
  64. CFLAGS = -O20 -fsigned-char -g -O2
  65. DEBUG = -g -Wall -fsigned-char -g -O2
  66. DLLTOOL = @DLLTOOL@
  67. ECHO = print -r
  68. EXEEXT = 
  69. LIBS = 
  70. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  71. LIBTOOL_DEPS = ./ltmain.sh
  72. LIB_AGE = 3
  73. LIB_CURRENT = 3
  74. LIB_REVISION = 0
  75. LN_S = ln -s
  76. MAKEINFO = makeinfo
  77. OBJDUMP = @OBJDUMP@
  78. OBJEXT = o
  79. OPT = 
  80. PACKAGE = libogg
  81. PROFILE = -O20 -g -pg -fsigned-char -g -O2
  82. RANLIB = ranlib
  83. SIZE16 = int16_t
  84. SIZE32 = int32_t
  85. SIZE64 = int64_t
  86. STRIP = strip
  87. USIZE32 = u_int32_t
  88. VERSION = 1.0rc3
  89.  
  90. AUTOMAKE_OPTIONS = foreign
  91.  
  92. SUBDIRS = ogg
  93. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  94. CONFIG_CLEAN_FILES = 
  95. DIST_COMMON =  Makefile.am Makefile.in
  96.  
  97.  
  98. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  99.  
  100. TAR = tar
  101. GZIP_ENV = --best
  102. all: all-redirect
  103. .SUFFIXES:
  104. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  105.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps include/Makefile
  106.  
  107. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  108.     cd $(top_builddir) \
  109.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  110.  
  111.  
  112. # This directory's subdirectories are mostly independent; you can cd
  113. # into them and run `make' without going through this Makefile.
  114. # To change the values of `make' variables: instead of editing Makefiles,
  115. # (1) if the variable is set in `config.status', edit `config.status'
  116. #     (which will cause the Makefiles to be regenerated when you run `make');
  117. # (2) otherwise, pass the desired values on the `make' command line.
  118.  
  119.  
  120.  
  121. all-recursive install-data-recursive install-exec-recursive \
  122. installdirs-recursive install-recursive uninstall-recursive  \
  123. check-recursive installcheck-recursive info-recursive dvi-recursive:
  124.     @set fnord $(MAKEFLAGS); amf=$$2; \
  125.     dot_seen=no; \
  126.     target=`echo $@ | sed s/-recursive//`; \
  127.     list='$(SUBDIRS)'; for subdir in $$list; do \
  128.       echo "Making $$target in $$subdir"; \
  129.       if test "$$subdir" = "."; then \
  130.         dot_seen=yes; \
  131.         local_target="$$target-am"; \
  132.       else \
  133.         local_target="$$target"; \
  134.       fi; \
  135.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  136.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  137.     done; \
  138.     if test "$$dot_seen" = "no"; then \
  139.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  140.     fi; test -z "$$fail"
  141.  
  142. mostlyclean-recursive clean-recursive distclean-recursive \
  143. maintainer-clean-recursive:
  144.     @set fnord $(MAKEFLAGS); amf=$$2; \
  145.     dot_seen=no; \
  146.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  147.       rev="$$subdir $$rev"; \
  148.       test "$$subdir" = "." && dot_seen=yes; \
  149.     done; \
  150.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  151.     target=`echo $@ | sed s/-recursive//`; \
  152.     for subdir in $$rev; do \
  153.       echo "Making $$target in $$subdir"; \
  154.       if test "$$subdir" = "."; then \
  155.         local_target="$$target-am"; \
  156.       else \
  157.         local_target="$$target"; \
  158.       fi; \
  159.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  160.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  161.     done && test -z "$$fail"
  162. tags-recursive:
  163.     list='$(SUBDIRS)'; for subdir in $$list; do \
  164.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  165.     done
  166.  
  167. tags: TAGS
  168.  
  169. ID: $(HEADERS) $(SOURCES) $(LISP)
  170.     list='$(SOURCES) $(HEADERS)'; \
  171.     unique=`for i in $$list; do echo $$i; done | \
  172.       awk '    { files[$$0] = 1; } \
  173.            END { for (i in files) print i; }'`; \
  174.     here=`pwd` && cd $(srcdir) \
  175.       && mkid -f$$here/ID $$unique $(LISP)
  176.  
  177. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  178.     tags=; \
  179.     here=`pwd`; \
  180.     list='$(SUBDIRS)'; for subdir in $$list; do \
  181.    if test "$$subdir" = .; then :; else \
  182.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  183.    fi; \
  184.     done; \
  185.     list='$(SOURCES) $(HEADERS)'; \
  186.     unique=`for i in $$list; do echo $$i; done | \
  187.       awk '    { files[$$0] = 1; } \
  188.            END { for (i in files) print i; }'`; \
  189.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  190.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  191.  
  192. mostlyclean-tags:
  193.  
  194. clean-tags:
  195.  
  196. distclean-tags:
  197.     -rm -f TAGS ID
  198.  
  199. maintainer-clean-tags:
  200.  
  201. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  202.  
  203. subdir = include
  204.  
  205. distdir: $(DISTFILES)
  206.     @for file in $(DISTFILES); do \
  207.       d=$(srcdir); \
  208.       if test -d $$d/$$file; then \
  209.         cp -pr $$d/$$file $(distdir)/$$file; \
  210.       else \
  211.         test -f $(distdir)/$$file \
  212.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  213.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  214.       fi; \
  215.     done
  216.     for subdir in $(SUBDIRS); do \
  217.       if test "$$subdir" = .; then :; else \
  218.         test -d $(distdir)/$$subdir \
  219.         || mkdir $(distdir)/$$subdir \
  220.         || exit 1; \
  221.         chmod 777 $(distdir)/$$subdir; \
  222.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  223.           || exit 1; \
  224.       fi; \
  225.     done
  226. info-am:
  227. info: info-recursive
  228. dvi-am:
  229. dvi: dvi-recursive
  230. check-am: all-am
  231. check: check-recursive
  232. installcheck-am:
  233. installcheck: installcheck-recursive
  234. install-exec-am:
  235. install-exec: install-exec-recursive
  236.  
  237. install-data-am:
  238. install-data: install-data-recursive
  239.  
  240. install-am: all-am
  241.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  242. install: install-recursive
  243. uninstall-am:
  244. uninstall: uninstall-recursive
  245. all-am: Makefile
  246. all-redirect: all-recursive
  247. install-strip:
  248.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  249. installdirs: installdirs-recursive
  250. installdirs-am:
  251.  
  252.  
  253. mostlyclean-generic:
  254.  
  255. clean-generic:
  256.  
  257. distclean-generic:
  258.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  259.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  260.  
  261. maintainer-clean-generic:
  262. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  263.  
  264. mostlyclean: mostlyclean-recursive
  265.  
  266. clean-am:  clean-tags clean-generic mostlyclean-am
  267.  
  268. clean: clean-recursive
  269.  
  270. distclean-am:  distclean-tags distclean-generic clean-am
  271.     -rm -f libtool
  272.  
  273. distclean: distclean-recursive
  274.  
  275. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  276.         distclean-am
  277.     @echo "This command is intended for maintainers to use;"
  278.     @echo "it deletes files that may require special tools to rebuild."
  279.  
  280. maintainer-clean: maintainer-clean-recursive
  281.  
  282. .PHONY: install-data-recursive uninstall-data-recursive \
  283. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  284. uninstalldirs-recursive all-recursive check-recursive \
  285. installcheck-recursive info-recursive dvi-recursive \
  286. mostlyclean-recursive distclean-recursive clean-recursive \
  287. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  288. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  289. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  290. install-exec install-data-am install-data install-am install \
  291. uninstall-am uninstall all-redirect all-am all installdirs-am \
  292. installdirs mostlyclean-generic distclean-generic clean-generic \
  293. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  294.  
  295.  
  296. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  297. # Otherwise a system limit (for SysV at least) may be exceeded.
  298. .NOEXPORT:
  299.